Vapi Metadata Cli Namespace Info

Vapi Metadata Cli Namespace Info
Vapi Metadata Cli Namespace Info

The Vapi Metadata Cli Namespace Info schema contains information about a namespace. It includes the identity of the namespace, a description, information children namespaces.

JSON Example
{
    "identity": {
        "path": "string",
        "name": "string"
    },
    "description": "string",
    "children": [
        {
            "path": "string",
            "name": "string"
        }
    ]
}
identity
Required  

Basic namespace identity.

string
description
Required  

The text description displayed to the user in help output.

children
Required  

The children of this namespace in the tree of CLI namespaces.